.container, .Width{
    width: 1204px;
}
.hide {
    display: none;
}
.nav_cont {
    display: none;
}
.nav_cont:nth-child(1) {
    display: block;
}
.zxfx_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.zxfx_tab li {
    cursor: pointer;
    margin: 0 30px 10px 0;
    line-height: 36px;
    font-size: 18px;
    color: #333;
}
.zxfx_tab li.active {
    color: #e60012;
}
.zxfx_cont,
.zxfx_posi_box,
.contact_cont {
    display: none;
}
.zxfx_cont:nth-child(1),
.contact_cont:nth-child(1),
.zxfx_posi_box:nth-child(1) {
    display: block;
}
.zxfx_cont_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.zxfx_cont_tab li {
    cursor: pointer;
    margin: 6px 8px 6px 0;
    box-sizing: border-box;
    padding: 0 8px;
    /* min-width: 90px; */
    /* line-height: 36px; */
    font-size: 14px;
    text-align: center;
    border: 1px solid #dedede;
    color: #666;
}
.zxfx_cont_tab li.active {
    /* background: #fdfafa;
    border: 1px dashed #e60012;
    color: #e60012; */
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(90deg, #f65637, #f22121);
}
.zxfx_posi_box h5 {
    line-height: 36px;
    margin-bottom: 8px;
    font-size: 16px;
    color: #e60012;
}
.zxfx_posi {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.zxfx_posi p {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 36px;
    font-size: 16px;
    margin-right: 30px;
    color: #333;
}
.zxfx_posi p img {
    display: block;
    height: 22px;
    margin-right: 8px;
}
.zxfx_posi p a {
    color: #333;
}
.zxfx_posi > a {
    display: block;
    width: 93px;
    line-height: 36px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: linear-gradient(90deg, #f65637, #f22121);
}

.zxfx {
    padding: 1px;
    box-shadow: none;
}
.zxfx_cont_tab li {
    font-size: 16px;
    min-width: 84px;
    line-height: 42px;
    border-radius: 6px;
    border-color: #f4e3b1;
}
.zxfx .last {
    margin-right: 0px;
}
.xianqu li {
    cursor: pointer;
    margin: 10px 8px 6px 0;
    box-sizing: border-box;
    padding: 0 11px;
    min-width: 98px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    border: 1px #dedede dashed;
    color: #666;
    float: left;
    border-radius: 6px;
}
.xianqu li.active {
    color: #e60012;
    border: 1px #e60012 dashed;
}
@media screen and (max-width: 1200px) {
    .zxfx {
        padding: 0.5rem;
    }
}
